func net/url.resolvePath

3 uses

	net/url (current package)
		url.go#L981: func resolvePath(base, ref string) string {
		url.go#L1077: 		url.setPath(resolvePath(ref.EscapedPath(), ""))
		url.go#L1096: 	url.setPath(resolvePath(u.EscapedPath(), ref.EscapedPath()))